home *** CD-ROM | disk | FTP | other *** search
- TABLE OF CONTENTS
-
- separatorclass/--background--
- separatorclass/SEP_CenterTitle
- separatorclass/SEP_Highlight
- separatorclass/SEP_Horiz
- separatorclass/SEP_Recessed
- separatorclass/SEP_Thin
- separatorclass/SEP_Title
- separatorclass/SEP_TitleLeft
- separatorclass/SEP_TitleRight
-
- separatorclass/--background--
-
- NAME
-
- Class: separatorclass
- Superclass: GADGETCLASS
- Include File: <libraries/bgui.h>
-
- FUNCTION
-
- To provide you with a simple way to separate different groups of
- objects with a single 3D line with or without a descriptive title. As
- this class is read-only it will not send out any form of notification.
-
- separatorclass/SEP_CenterTitle
-
- NAME
-
- SEP_CenterTitle -- ( BOOL )
-
- FUNCTION
-
- To render the separator title in the center of the separator bar
- instead of the text baseline on the separator bar. Please note that
- this attribute is only useful and processed for horizontal separators.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- separatorclass/SEP_Highlight
-
- NAME
-
- SEP_Highlight -- ( BOOL )
-
- FUNCTION
-
- To render the separator title using the HIGHLIGHTTEXTPEN instead of
- the default TEXTPEN color. Please note that this attribute is only
- useful and processed for horizontal separators.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- separatorclass/SEP_Horiz
-
- NAME
-
- SEP_Horiz -- ( BOOL )
-
- FUNCTION
-
- To make the separator a horizontal one. By default the separator is
- vertical. Vertical separators must be used in horizontal groups and
- horizontal separators in vertical groups.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- separatorclass/SEP_Recessed
-
- NAME
-
- SEP_Recessed -- ( BOOL ) ** V39 **
-
- FUNCTION
-
- To make the separator appear recessed.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- separatorclass/SEP_Thin
-
- NAME
-
- SEP_Thin -- ( BOOL )
-
- FUNCTION
-
- To make the separator thin which means that the width of the bar is
- reduced to two pixels. Please note that this attribute is only useful
- and processed for vertical separators.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- separatorclass/SEP_Title
-
- NAME
-
- SEP_Title -- ( STRPTR )
-
- FUNCTION
-
- To give the separator a descriptive title. Please note that this
- attribute is only useful and processed for horizontal separators.
-
- This title may contain infoclass command sequences. ** V41 **
-
- DEFAULT
-
- NULL.
-
- APPLICABILITY
-
- (I).
-
- SEE ALSO
-
- infoclass.doc/INFO_TextFormat
-
- separatorclass/SEP_TitleLeft
-
- NAME
-
- SEP_TitleLeft -- ( BOOL ) ** V40 **
-
- FUNCTION
-
- To make the title of the separator stick to the left side.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- SEE ALSO
-
- SEP_TitleRight
-
- separatorclass/SEP_TitleRight
-
- NAME
-
- SEP_TitleRight -- ( BOOL ) ** V40 **
-
- FUNCTION
-
- To make the title of the separator stick to the right side.
-
- DEFAULT
-
- FALSE.
-
- APPLICABILITY
-
- (I).
-
- SEE ALSO
-
- SEP_TitleLeft
-
-